home *** CD-ROM | disk | FTP | other *** search
- //------------------------------------------------------------------------
- //
- // BUGS.DLG -- Dialog box templates for Bugs
- //
- // Copyright (c) 1992 Douglas Boling
- //
- //------------------------------------------------------------------------
-
- //------------------------------------------------------------------------
- // About dialog box
- //------------------------------------------------------------------------
- About DIALOG LOADONCALL MOVEABLE DISCARDABLE 10, 27, 180, 210
- STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_VISIBLE | WS_POPUP
- CAPTION "About Bugs"
- BEGIN
- ICON ID_APP, -1, 10, 10, 0, 0
-
- CTEXT "Bugs", -1, 50, 10, 80, 10
- CTEXT "A Windows Screen Saver", -1, 30, 20, 120, 10
- CTEXT "Copyright \251 1992 Douglas Boling"
- -1, 20, 30, 140, 10
- CTEXT "First published in PC Magazine"
- -1, 20, 40, 140, 10
- CTEXT "October, 13, 1992" -1, 20, 50, 140, 10
-
- DEFPUSHBUTTON "OK", IDOK, 70, 65, 40, 12
-
- CONTROL "",-1, "static", SS_BLACKRECT, 5, 82, 170, 2
-
- LTEXT "Bugs is a screen saver that simulates a swarm",
- -1, 10, 90, 160, 10
-
- LTEXT "of bugs eating the pixels on the screen. As a",
- -1, 10, 100, 160, 10
-
- LTEXT "bug eats a pixel, the brightness of the pixel",
- -1, 10, 110, 160, 10
-
- LTEXT "determines the energy received for that turn.",
- -1, 10, 120, 160, 10
-
- LTEXT "The bug burns an amount of energy each turn",
- -1, 10, 130, 160, 10
- LTEXT "in order to live. If the total enery level",
- -1, 10, 140, 160, 10
- LTEXT "for a bug falls below 0, the bug dies.",
- -1, 10, 150, 160, 10
-
-
- LTEXT "The Sustenance level is the energy cost of",
- -1, 10, 165, 160, 10
-
- LTEXT "living for a turn.",
- -1, 10, 175, 160, 10
-
- LTEXT "The Reproduction level is how much energy",
- -1, 10, 185, 160, 10
-
- LTEXT "needed before a bug can reproduce",
- -1, 10, 195, 160, 10
-
-
- END
-
-
-
-